home *** CD-ROM | disk | FTP | other *** search
/ Die Ultimative Software-P…i Collection 1996 & 1997 / Die Ultimative Software-Pakete CD-ROM fur Atari Collection 1996 & 1997.iso / p / portfoli / backup / pfrestor.bat < prev    next >
Encoding:
DOS Batch File  |  1996-10-30  |  670 b   |  27 lines

  1. REM Atari Portfolio restore procedure - Mark Matlock
  2. REM requires FT.COM in C:\ as written
  3. @ECHO OFF
  4. @ECHO File Restoration procedure for Atari Portfolio
  5. C:\FT C:\ATARI\*.* C:\ /t
  6. IF NOT ERRORLEVEL 2 GOTO L0
  7. @ECHO No Files were Transferred to C:\
  8. GOTO L2
  9. :L0
  10. IF NOT ERRORLEVEL 1 GOTO L1
  11. @ECHO Some Files were Transferred to C:\
  12. GOTO L2
  13. :L1
  14. @ECHO All Files were Transferred to C:\
  15. :L2
  16. C:\FT C:\ATARI\SYSTEM C:\SYSTEM\ /t
  17. IF NOT ERRORLEVEL 2 GOTO L3
  18. @ECHO No Files were Transferred to C:\SYSTEM
  19. GOTO L5
  20. :L3
  21. IF NOT ERRORLEVEL 1 GOTO L4
  22. @ECHO Some Files were Transferred to C:\SYSTEM
  23. GOTO L5
  24. :L4
  25. @ECHO All Files were Transferred to C:\SYSTEM
  26. :L5
  27. əə